mp_msg *get_message(DWORD *size)
Parameter | Type | Description |
---|---|---|
size | DWORD * | pointer to a DWROD to receive message size |
Returns the message pointer.
This function retrieves the first message in the application message queue. The size parameter will be filled with the actual size of the message.